runtime.hiter.buckets (field)

4 uses

	runtime (current package)
		map.go#L170: 	buckets     unsafe.Pointer // bucket ptr at hash_iter initialization time
		map.go#L833: 	it.buckets = h.buckets
		map.go#L897: 				b = (*bmap)(add(it.buckets, bucket*uintptr(t.bucketsize)))
		map.go#L901: 			b = (*bmap)(add(it.buckets, bucket*uintptr(t.bucketsize)))